home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -seriously_amiga- / misc / vim-5.3 / vim-5.3_bin / contents next >
Text File  |  1999-01-04  |  2KB  |  47 lines

  1. Vim        Vi IMproved.  A clone of the UNIX text editor Vi.  Very useful
  2.         for editing programs and other plain ASCII text.  Full Vi
  3.         compatibility and includes all Ex commands.  Extra features
  4.         above Vi: Multilevel undo, multiple windows, syntax
  5.         highlighting, command line history, improved command line
  6.         editing, command typeahead display, command to display yank
  7.         buffers, possibility to edit binary files, file name stack,
  8.         support for Manx QuickFix and other compiler's error messages,
  9.         shows current file name in window title, on-line help,
  10.         rectangular cut/paste, etc., etc., etc...
  11.  
  12.         Version 5.3.  Also runs under UNIX, MSDOS and other systems.
  13.         vim53rt.tgz  contains the documentation and syntax files.
  14.         vim53bin.tgz contains the normal binaries.
  15.         vim53big.tgz contains a binary with more features.
  16.         vim53src.tgz contains the sources.
  17.         Author: Bram Moolenaar et al.
  18.  
  19.  
  20. Ctags        Exuberant Ctags.  A better ctags with support for C, C++ and
  21.         Java.  It can generate tags for all of the following tag types
  22.         (some are optional):
  23.             macro definitions
  24.             enumerators
  25.             function and method definitions
  26.             class, enum, struct, and union names
  27.             interface names (Java)
  28.             namespace names (C++)
  29.             typedefs
  30.             variables (definitions and extern declarations)
  31.             function (method) prototypes/declarations
  32.             data members
  33.         It is far less easily fooled by C code containing #if
  34.         preprocessor conditional constructs.  It can also be used to
  35.         print out a list of selected objects found in source files.
  36.         It can also produce Emacs-style TAGS files.
  37.  
  38.         Version 2.3.
  39.         Author: Darren Hiebert
  40.  
  41.  
  42. Xxd        Hex dumper and reader.  Can be used to view files as hex, edit
  43.         them and write them back.  Can also be used to patch files.
  44.  
  45.         Version 1.8 (1997 May 22)
  46.         Author: Juergen Weigert
  47.